-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Python 3 compatibility #79
base: master
Are you sure you want to change the base?
Conversation
Update for Python 3 compatibility
This reverts commit 07b000a.
@BubaVV Thanks, it installed without issue (had to |
Was able to make it through the first tutorial. Copying their "final code" and adjusting the print statement for python3 (lol) and it worked fine |
@perone stop ignoring your repo |
@ranisalt if you think that a pull-request with 51 files changed, without testing implemented, will be merged fast, then you'll need to review what you think that an open-source contribution is. However, you are always free to implement testing for the project and submit a pull-request. But for that you'll have to invest more effort than what you did for the complaint =) |
@peronoe For testing I can recommend Travis CI. |
Perhaps @ranisalt will test it for us :) |
…y inside setup.py
Solving dependency with module future
two small bugs...
Tox now supports PEP8 check via Flake. Examples are fixed to pass test
Module 100% covered by tests. Deprecated __setslice__ method removed from G1DBase because it overrided by __setitem__
Also 3.6 tested a little bit
Probably not working
Coverage failed and turned off
Now module support both Python 2.7 and 3.5+